Opc.Ua.Core
Trace(Int32,String,Boolean,Object[]) Method



Opc.Ua Namespace > Utils Class > Trace Method : Trace(Int32,String,Boolean,Object[]) Method
Writes a message to the trace log.
Syntax
'Declaration
 
Public Overloads Shared Sub Trace( _
   ByVal traceMask As Integer, _
   ByVal format As String, _
   ByVal handled As Boolean, _
   ByVal ParamArray args() As Object _
) 
'Usage
 
Dim traceMask As Integer
Dim format As String
Dim handled As Boolean
Dim args() As Object
 
Utils.Trace(traceMask, format, handled, args)
public static void Trace( 
   int traceMask,
   string format,
   bool handled,
   params object[] args
)
public:
static void Trace( 
   int traceMask,
   String^ format,
   bool handled,
   ... array<Object^>^ args
) 

Parameters

traceMask
format
handled
args
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Utils Class
Utils Members
Overload List